|
A background process is a computer process that runs "behind the scenes" (i.e. in the background) and without user intervention.〔(【引用サイトリンク】title=What is an Operating System?, Processes )〕 Typical tasks for these processes include logging, system monitoring, scheduling, and user notification. On a Windows system, this term may be used to either refer to a computer program that does not create a user interface, or a Windows service. The former are started just as any other program is started, e.g. via Start menu. Windows services, on the other hand, are started by Service Control Manager. In Windows Vista and later, they are run in a separate session. There is no limit on how much a system service or background process can use system resources. Indeed, in Windows Server family of Microsoft operating systems, background processes are expected to be the principle consumers. On a Unix or Unix-like system, a background process or job can be further identified as one whose group ID differs from its terminal group ID. This type of process is unable to receive keyboard signals from and typically will not send output to its parent terminal. This more technical definition does not distinguish between whether or not the process can receive user intervention. Although background processes are typically used for purposes requiring few resources, any process can be run in the background, and even though the process is running in the background, where it can't be seen, it behaves like any other process.〔 ==Windows services== (詳細はWindows NT family of operating systems, a Windows service is a dedicated background process. A Windows service must conform to the interface rules and protocols of the Service Control Manager, the component responsible for managing Windows services. Windows services can be configured to start when the operating system is started and run in the background as long as Windows is running. Alternatively, they can be started manually or by an event. Windows NT operating systems include numerous services which run in context of three user accounts: System , Network Service and Local Service . These Windows components are often associated with Host Process for Windows Services. Since Windows services operate in the context of their own dedicated user accounts, they can operate when a user is not logged on.Prior to Windows Vista services installed as "interactive services" could interact with Windows desktop and show a graphical user interface. With Windows Vista, however, interactive services are deprecated and may not operate properly, as a result of Windows Service Hardening. The three principal means of managing Windows services are: # Services snap-in for Microsoft Management Console # sc.exe # Windows PowerShell 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Background process」の詳細全文を読む スポンサード リンク
|